< Prev(J) / Next(K) > / View :

Filename: /text/sbasic/shared/03060000.xhp

(section: logi)

Logical Operators
論理演算子(hd_id3147559.1)

The following logical operators are supported by Office Basic.
Office Basic では下記の論理演算子をサポートしています。(par_id3153379.2)

(/section: logi)

Logical operators combine (bitwise) the contents of two expressions or variables, for example, to test if specific bits are set or not.
論理演算子とは、2 つの表式や変数をビット情報とみなして各種の演算をするもので、これらの機能を利用して、たとえば特定のビットがセットされているかなどの判定が行えます。(par_id3154138.3)

(embed text/sbasic/shared/03060100.xhp#and : linkinfo)

AND Operator [Runtime]
AND 演算子 [実行時](hd_id3146117.1)

Logically combines two expressions.
2 つの表式間の論理積演算を行います。(par_id3143268.2)

(/embed text/sbasic/shared/03060100.xhp#and)

(embed text/sbasic/shared/03060200.xhp#eqv : linkinfo)

Eqv Operator [Runtime]
Eqv 演算子 [実行時](hd_id3156344.1)

Calculates the logical equivalence of two expressions.
2 つの表式間の論理等価演算を行います。(par_id3149656.2)

(/embed text/sbasic/shared/03060200.xhp#eqv)

(embed text/sbasic/shared/03060300.xhp#imp : linkinfo)

Imp Operator [Runtime]
Imp 演算子 [実行時](hd_id3156024.1)

Performs a logical implication on two expressions.
2 つの表式間の論理包含演算を行います。(par_id3148947.2)

(/embed text/sbasic/shared/03060300.xhp#imp)

(embed text/sbasic/shared/03060400.xhp#not : linkinfo)

Not-Operator [Runtime]
Not 演算子 [実行時](hd_id3156024.1)

Negates an expression by inverting the bit values.
ビット値を反転させて、表式の論理否定を取ります。(par_id3159414.2)

(/embed text/sbasic/shared/03060400.xhp#not)

(embed text/sbasic/shared/03060500.xhp#or : linkinfo)

Or Operator [Runtime]
Or 論理演算子[実行時](hd_id3150986.1)

Performs a logical OR disjunction on two expressions.
2 つの表式間の論理和演算を行います。(par_id3148552.2)

(/embed text/sbasic/shared/03060500.xhp#or)

(embed text/sbasic/shared/03060600.xhp#xor : linkinfo)

Xor-Operator [Runtime]
Xor 演算子 [実行時](hd_id3156024.1)

Performs a logical Exclusive-Or combination of two expressions.
2 つの表式間の排他的論理和を行います。(par_id3159414.2)

(/embed text/sbasic/shared/03060600.xhp#xor)


< Prev / Next >